* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", serif;
}

.main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: black;
  font-family: "Poppins", serif;
}

a {
  text-decoration: none;
  color: black;
}

.navbar {
  display: flex;
  justify-content: space-between;
  width: 90%;
  padding: 10px;
  gap: 20px;
  font-size: 14px;
}

.navbar .logo {
  padding: 10px;
}

.navbar .menu {
  list-style: none;
  display: flex;
}

.navbar .menu .menu-item {
  position: relative;
}

.navbar .menu .menu-item a {
  text-decoration: none;
  color: black;
  padding: 10px;
  display: block;
}

.navbar .menu .menu-item a:hover {
  background-color: black;
  color: white;
  border-radius: 10px;
}

.navbar .menu .menu-item .dropdown {
  position: absolute;
  z-index: 100;
  width: 200px;
  background-color: white;
  color: black;
  list-style: none;
  display: none;
  box-shadow: 0 8px 16px black;
  border-radius: 15px;
  border: 2px solid white;
}

.navbar .menu .menu-item .dropdown li a {
  text-decoration: none;
  color: black;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
}

.navbar .menu .menu-item .dropdown li a:hover {
  background-color: black;
  color: white;
}

.navbar .menu .menu-item:hover .dropdown {
  display: flex;
  flex-direction: column;
}

.navbar .icons {
  display: flex;
  gap: 20px;
  padding: 10px;
}

.header-two {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px dotted black;
  width: 90%;
  font-size: 14px;
  position: sticky;
  top: 0;
  background-color: white;
}

.hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url(https://images.samsung.com/is/image/samsung/assets/us/tablets/12232024/SDSAC-8246-NewYear-02-Tablets-HP_KV_DT_1440x640.jpg?imwidth=1366);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 50px;
  width: 90%;
  height: 550px;
  color: white;
  border-radius: 15px;
}

.hero .text {
  width: 500px;
  display: flex;
  flex-direction: column;
  margin-left: 50px;
  gap: 20px;
}

.hero .text a {
  background-color: white;
  border: 2px solid white;
  color: black;
  padding: 10px;
  width: 150px;
  text-align: center;
  border-radius: 15px;
}

.hero .text a:hover {
  background-color: black;
  color: white;
  border: 2px solid white;
}

.lucky {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  background-image: url(https://images.samsung.com/is/image/samsung/assets/us/tablets/galaxy-tab-s10/10222024/Tab_FT12-SHOP_APP-PC.jpg?$1440_N_JPG$);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 80px;
  width: 90%;
  height: 400px;
}

.lucky .text {
  width: 500px;
  display: flex;
  flex-direction: column;
  margin-left: 50px;
  gap: 20px;
}

.lucky .text a {
  background-color: black;
  color: white;
  padding: 10px;
  width: 150px;
  text-align: center;
  border-radius: 15px;
}

.lucky .text a:hover {
  background-color: white;
  color: black;
  border: 2px solid black;
}  

.best_deal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px 20px;
  width: 90%;
  font-size: 13px;
  margin-top: 80px;
}

.best_deal .imgg {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  width: 100%;
  overflow-x: scroll;
}

.best_deal .imgg::-webkit-scrollbar {
  display: none;
}

.best_deal .imgg .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 12px;
}

.best_deal .imgg .pic img {
  height: 200px;
}

.best_deal .imgg .pic .btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.best_deal .imgg .pic .btn a {
  background-color: black;
  color: white;
  padding: 10px;
  text-align: center;
  border-radius: 15px;
}

.best_deal .imgg .pic .btn a:hover {
  background-color: white;
  color: black;
  border: 2px solid black;
}

.tapultra {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  width: 90%;
  height: 550px;
}

.tapultra .tap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url(https://images.samsung.com/is/image/samsung/assets/us/tablets/galaxy-tab-s10/pcdcuts091624/Tablets-PCD_FT03_Tab-S10-Ultra_PC_PC.jpg?$1440_N_JPG$);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 50px;
  color: black;
  border-radius: 15px;
  width: 100%;
  height: 550px;
}

.tapultra .tap .text {
  width: 500px;
  display: flex;
  flex-direction: column;
  margin-left: 50px;
  gap: 20px;
}

.tapultra .tap .text .btn a {
  background-color: black;
  color: white;
  padding: 10px;
  width: 150px;
  text-align: center;
  border-radius: 15px;
}

.tapultra .tap .text .btn a:hover {
  background-color: white;
  color: black;
  border: 2px solid black;
}  

.offers {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
width: 90%;
height: 500px;
margin-top: 80px;
}

.offers .imgg {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  justify-content: center;
  align-items: center;
  gap: 50px;
  width: 100%;
  height: 430px;
}

.offers .imgg .pic1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  background-image: url(https://images.samsung.com/is/image/samsung/assets/us/tablets/galaxy-tab-s10/09252024/Tablets-PCD_FT16_Tab-S9-Series_PC.jpg?$330_N_PNG_JPG$);
  height: 430px;
}

.offers .imgg .pic2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  background-image: url(https://images.samsung.com/is/image/samsung/assets/us/tablets/09252024/Tablets-PCD_FT16_Tab-S9FE-Series_PC.jpg?$330_N_PNG_JPG$);
height: 430px;
}

.offers .imgg .pic3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  background-image: url(https://images.samsung.com/is/image/samsung/assets/us/tablets/galaxy-tab-s10/09252024/Tablets-PCD_FT16_Tab-A9Plus-Series_PC.jpg?$330_N_PNG_JPG$);
height: 430px;
}

.offers .imgg .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 20px;
  width: 300px;
  gap: 10px; 
  font-family: "Poppins", serif;
}

.offers .imgg .text a {
  background-color: black;
  color: white;
  padding: 10px;
  text-align: center;
border-radius: 15px;
}

.offers .imgg .text a:hover {
  background-color: white;
  color: black;
  border: 2px solid black;
  padding: 10px;
  text-align: center;
}

.passion {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 80px;
  width: 90%;
  gap: 10px;
}

.passion .passion-imgg {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
  width: 100%;
  height: 500px;
}

.passion .passion-imgg .pic1 {
     display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    background-image: url(https://images.samsung.com/is/image/samsung/assets/us/tablets/02152023/CO05-Tablets-PCD-Passions-Card-Creator-SPen-D.jpg?$448_684_JPG$);
    height: 500px;
    border-radius: 15px;
    color: black;
}

.passion .passion-imgg .pic2 {
  display: flex;
 flex-direction: column;
 justify-content: start;
 align-items: center;
 gap: 10px;
 font-size: 12px;
 background-image: url(https://images.samsung.com/is/image/samsung/assets/us/2307/pcd/tablets/TabletPCD-creator-key-D.jpg?$448_684_JPG$);
 height: 500px;
 border-radius: 15px;
 color: white;
}

.passion .passion-imgg .pic3 {
  display: flex;
 flex-direction: column;
 justify-content: start;
 align-items: center;
 gap: 10px;
 font-size: 12px;
 background-image: url(https://images.samsung.com/is/image/samsung/assets/us/tablets/02152023/CO05-Tablets-PCD-Passions-Card-Creator-Front-Camera-D.jpg?$448_684_JPG$);
 height: 500px;
 border-radius: 15px;
 color: white;
}

.passion .passion-imgg .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 20px;
  width: 200px;
  gap: 10px; 
  font-family: "Poppins", serif;
  margin-top: 30px;
  font-weight: bolder;
}

.sentence {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  gap: 20px;
  margin-top: 80px;
  background-color: #f9f9f9;
  border-top: 2px dotted black;
}

.sentence .text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: smaller;
  width: 90%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.footer {
  background-color: #f9f9f9;
  border-top: 2px dotted black;
  padding: 20px 50px;
  width: 90%;
  margin-top: 50px;
}

.footer-sections {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.footer-column {
  display: flex;
  flex-direction: column;
  min-width: 180px;
  margin-right: 20px;
}

.footer-column h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 8px;
}

.footer-column ul li a {
  font-size: 11px;
  text-decoration: none;
  color: #333;
}

.footer-column ul li a:hover {
  text-decoration: underline;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}

.footer-bottom p {
  font-size: 11px;
  color: #666;
  margin: 5px 0;
}

.footer-bottom p a {
  text-decoration: none;
  color: #333;
}

.footer-bottom p a:hover {
  text-decoration: underline;
}

.social-icons {
  margin-top: 10px;
}

.social-icons span {
  display: block;
  font-size: 11px;
  margin-bottom: 8px;
}